summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/soundkonverter/debian/cdbs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-13 15:27:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-13 15:27:22 +0900
commitc732fbd9c3af129ffbe748ec9edbba93a6013242 (patch)
tree07a89134b30369621694ff5f7c7d00ed14bb4be5 /debian/wheezy/applications/soundkonverter/debian/cdbs
parenta66e9da55340fee89e3ae658e113a6cd08a92164 (diff)
downloadtde-packaging-c732fbd9c3af129ffbe748ec9edbba93a6013242.tar.gz
tde-packaging-c732fbd9c3af129ffbe748ec9edbba93a6013242.zip
Remove duplicate code in debian/rules and unrecognized option --with-xinerama from Debian/Ubuntu distros
Diffstat (limited to 'debian/wheezy/applications/soundkonverter/debian/cdbs')
-rw-r--r--debian/wheezy/applications/soundkonverter/debian/cdbs/kde.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/wheezy/applications/soundkonverter/debian/cdbs/kde.mk b/debian/wheezy/applications/soundkonverter/debian/cdbs/kde.mk
index 765560c89..cebb2d01d 100644
--- a/debian/wheezy/applications/soundkonverter/debian/cdbs/kde.mk
+++ b/debian/wheezy/applications/soundkonverter/debian/cdbs/kde.mk
@@ -56,7 +56,7 @@ ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
cdbs_kde_enable_debug = --enable-debug=full
endif
-cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
+cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/tde"