Skip to content

Commit

Permalink
cleanup: Mark events/dispatch headers as experimental.
Browse files Browse the repository at this point in the history
We're already installing these, but they have been experimental all this
time. We should not install them until we're really done with them.
  • Loading branch information
iphydf committed Jan 25, 2025
1 parent d408c98 commit 7c9fa37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,12 +373,12 @@ endif()
set(toxcore_PKGCONFIG_REQUIRES ${toxcore_PKGCONFIG_REQUIRES} libsodium)
set(toxcore_API_HEADERS
${toxcore_SOURCE_DIR}/toxcore/tox.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_dispatch.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_events.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_options.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_types.h^tox)
if(EXPERIMENTAL_API)
set(toxcore_API_HEADERS ${toxcore_API_HEADERS}
${toxcore_SOURCE_DIR}/toxcore/tox_dispatch.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_events.h^tox
${toxcore_SOURCE_DIR}/toxcore/tox_private.h^tox)
endif()

Expand Down
6 changes: 3 additions & 3 deletions other/docker/pkgsrc/pkgsrc.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST
index f0a5e4f04..4122b0867 100644
--- a/chat/toxcore/PLIST
+++ b/chat/toxcore/PLIST
@@ -4,11 +4,13 @@ bin/tox-bootstrapd
@@ -4,11 +4,11 @@ bin/tox-bootstrapd
include/tox/tox.h
include/tox/tox_dispatch.h
include/tox/tox_events.h
-include/tox/tox_dispatch.h
-include/tox/tox_events.h
+include/tox/tox_options.h
+include/tox/tox_types.h
include/tox/toxav.h
Expand Down

0 comments on commit 7c9fa37

Please sign in to comment.