Skip to content

Commit 8799bea

Browse files
committed
cleanup: Mark events/dispatch headers as experimental.
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.
1 parent d4164ed commit 8799bea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ endif()
371371
set(toxcore_PKGCONFIG_REQUIRES ${toxcore_PKGCONFIG_REQUIRES} libsodium)
372372
set(toxcore_API_HEADERS
373373
${toxcore_SOURCE_DIR}/toxcore/tox.h^tox
374-
${toxcore_SOURCE_DIR}/toxcore/tox_dispatch.h^tox
375-
${toxcore_SOURCE_DIR}/toxcore/tox_events.h^tox
376374
${toxcore_SOURCE_DIR}/toxcore/tox_options.h^tox)
377375
if(EXPERIMENTAL_API)
378376
set(toxcore_API_HEADERS ${toxcore_API_HEADERS}
377+
${toxcore_SOURCE_DIR}/toxcore/tox_dispatch.h^tox
378+
${toxcore_SOURCE_DIR}/toxcore/tox_events.h^tox
379379
${toxcore_SOURCE_DIR}/toxcore/tox_private.h^tox)
380380
endif()
381381

other/docker/pkgsrc/pkgsrc.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ diff --git a/chat/toxcore/PLIST b/chat/toxcore/PLIST
1414
index f0a5e4f04..4122b0867 100644
1515
--- a/chat/toxcore/PLIST
1616
+++ b/chat/toxcore/PLIST
17-
@@ -4,11 +4,12 @@ bin/tox-bootstrapd
17+
@@ -4,11 +4,10 @@ bin/tox-bootstrapd
1818
include/tox/tox.h
19-
include/tox/tox_dispatch.h
20-
include/tox/tox_events.h
19+
-include/tox/tox_dispatch.h
20+
-include/tox/tox_events.h
2121
+include/tox/tox_options.h
2222
include/tox/toxav.h
2323
include/tox/toxencryptsave.h

0 commit comments

Comments
 (0)