diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-27 21:54:26 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-04-27 12:56:32 +0000 |
commit | 96fe7f141b2b5b68e9e194ab255b454036a322c5 (patch) | |
tree | 6493796a48b00f72660d6453c43a3d3c1d67840b | |
parent | d1779deff05c3f4d1b483049180bad84a18e3933 (diff) | |
download | tde-packaging-96fe7f141b2b5b68e9e194ab255b454036a322c5.tar.gz tde-packaging-96fe7f141b2b5b68e9e194ab255b454036a322c5.zip |
DEB dubs-1-tqt: added cmake configuration option for api dox location.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-x | debian/_base/dependencies/dbus-1-tqt/debian/rules | 1 | ||||
-rwxr-xr-x | ubuntu/_base/dependencies/dbus-1-tqt/debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/_base/dependencies/dbus-1-tqt/debian/rules b/debian/_base/dependencies/dbus-1-tqt/debian/rules index 2c0059d23..297b3d634 100755 --- a/debian/_base/dependencies/dbus-1-tqt/debian/rules +++ b/debian/_base/dependencies/dbus-1-tqt/debian/rules @@ -16,4 +16,5 @@ 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" diff --git a/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules b/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules index 2c0059d23..297b3d634 100755 --- a/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules +++ b/ubuntu/_base/dependencies/dbus-1-tqt/debian/rules @@ -16,4 +16,5 @@ 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" |