diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-24 03:41:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-24 03:41:32 +0200 |
commit | 48e24be460dab0de4b3c0b826da417adb7e5c621 (patch) | |
tree | 10d125fc9f30d80d46171c939add4a552dcd27f6 /ubuntu/_base/dependencies/dbus-1-tqt | |
parent | 8bb36a4b48211ab3115590bd2860f230e8257fd1 (diff) | |
download | tde-packaging-48e24be460dab0de4b3c0b826da417adb7e5c621.tar.gz tde-packaging-48e24be460dab0de4b3c0b826da417adb7e5c621.zip |
DEB dbus-1-tqt: Removed build option CMAKE_APIDOX_HTML_DIRECTORY from the rules
because the intended value is identical to the default.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/dependencies/dbus-1-tqt')
-rwxr-xr-x | ubuntu/_base/dependencies/dbus-1-tqt/debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules b/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules index 42417e634..6621aaf1e 100755 --- a/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules +++ b/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules @@ -12,5 +12,4 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_APIDOX_HTML_DIRECTORY="usr/share/doc/libdbus-1-tqt/HTML" \ -DWITH_ALL_OPTIONS="ON" |