summaryrefslogtreecommitdiffstats
path: root/redhat/build/Makefile.r14
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/build/Makefile.r14')
-rw-r--r--redhat/build/Makefile.r148
1 files changed, 7 insertions, 1 deletions
diff --git a/redhat/build/Makefile.r14 b/redhat/build/Makefile.r14
index 5712c83f4..cb82e3898 100644
--- a/redhat/build/Makefile.r14
+++ b/redhat/build/Makefile.r14
@@ -24,7 +24,7 @@ i18n: gwenview-i18n k3b-i18n koffice-i18n tde-i18n
# Dependencies
-arts: tqtinterface
+arts: tqtinterface esound
$(call buildpkg,dependencies/arts)
avahi-tqt: tqtinterface
@@ -122,6 +122,12 @@ tdewebdev: tdebase tdesdk
$(call buildpkg,tdewebdev)
# 3rd party libraries and tools
+esound:
+# Build on Mageia only
+ifneq ($(wildcard /etc/mageia-release),)
+ $(call buildpkg,3rdparty/esound)
+endif
+
htdig:
$(call buildpkg,3rdparty/htdig)