dev-libs/open62541: Enable/Disable PubSub information model

Enable/Disable PubSub information model, too.

Closes: https://bugs.gentoo.org/933589
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2024-06-10 20:29:16 +02:00
parent c89b19b776
commit 9b446714df

View File

@@ -51,6 +51,7 @@ src_configure() {
-DUA_BUILD_TOOLS=$(usex tools)
-DUA_BUILD_UNIT_TESTS=OFF
-DUA_ENABLE_PUBSUB=$(usex pubsub)
-DUA_ENABLE_PUBSUB_INFORMATIONMODEL=$(usex pubsub)
-DUA_FORCE_WERROR=OFF
)