diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-03-03 10:57:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-03-03 10:58:04 +0100 |
commit | 6804945f8a947bd35d7c7346844bd8a20481fc5a (patch) | |
tree | 081cb816be5f7c8085262dcbaa46c346936547f1 /ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk | |
parent | cb3a777f3ef0a6d7ebadffb8ab9c18f416fdd4f7 (diff) | |
download | tde-packaging-6804945f8a947bd35d7c7346844bd8a20481fc5a.tar.gz tde-packaging-6804945f8a947bd35d7c7346844bd8a20481fc5a.zip |
DEB mplayerthumbs: Switch to cmake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 75c851fb864c4eacac9b6f27b77186a5d7f4f48b)
Diffstat (limited to 'ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk')
-rw-r--r-- | ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk b/ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk index 1ac26c4b7..80176d63e 100644 --- a/ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk +++ b/ubuntu/maverick/applications/mplayerthumbs/debian/cdbs/kde.mk @@ -35,7 +35,9 @@ else DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE) endif +ifndef _cdbs_class_cmake include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix) +endif export kde_cgidir = \$${libdir}/cgi-bin export kde_confdir = \$${sysconfdir}/trinity @@ -59,7 +61,7 @@ endif cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin -DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde" +DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: |