diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 19:00:51 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 19:00:51 -0500 |
commit | 3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e (patch) | |
tree | 0192de76dddec19e38e220e79f169769b9adc1c3 /ubuntu/precise/applications/kiosktool/debian/rules | |
parent | 01e69eb4c2d9d64ba96fdc45be76fb1d14a6f1be (diff) | |
parent | fb1176fa5dd2120d92cbc41ecb077046102d0908 (diff) | |
download | tde-packaging-3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e.tar.gz tde-packaging-3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/precise/applications/kiosktool/debian/rules')
-rwxr-xr-x | ubuntu/precise/applications/kiosktool/debian/rules | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ubuntu/precise/applications/kiosktool/debian/rules b/ubuntu/precise/applications/kiosktool/debian/rules index cb6ee7c18..4e38353a1 100755 --- a/ubuntu/precise/applications/kiosktool/debian/rules +++ b/ubuntu/precise/applications/kiosktool/debian/rules @@ -2,7 +2,14 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/class/kde.mk +include debian/cdbs/kde.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) post-patches:: debian/stamp-bootstrap |