]> TLD Linux GIT Repositories - packages/rpm-tld-macros.git/blobdiff - macros.tld
- updated systemd macros from master, required before rpm.org migration
[packages/rpm-tld-macros.git] / macros.tld
index 18c687c0bef38eee13646a06f315637851a6bf0b..b835fea55a07151d3b76289c2e5c201ba8b4f548 100644 (file)
@@ -431,7 +431,7 @@ LC_ALL=C.UTF-8 %{__meson} \
 
 # expands to enabled or disabled based on bcond; for use with meson or cmake
 %__enabled_disabled() %{expand:%%{?with_%{1}:enabled}%%{!?with_%{1}:disabled}}
-%__enabled_disabled_not() %{expand:%%{?with_%{1}:enabled}%%{!?with_%{1}:disabled}}
+%__enabled_disabled_not() %{expand:%%{?with_%{1}:disabled}%%{!?with_%{1}:enabled}}
 
 # for use with cmake:
 # Usage: cmake_on_off BCOND_NAME [OPTION_NAME]