From 55f7076f7c472ed9189814416672374edc598da9 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 25 Sep 2017 11:27:15 +0300 Subject: Do not enable libopenmpt on Dyson --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8a1191f..3c1eebb 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,6 @@ CONFIG := --prefix=/usr \ --enable-libgsm \ --enable-libmp3lame \ --enable-libopenjpeg \ - --enable-libopenmpt \ --enable-libopus \ --enable-libpulse \ --enable-librubberband \ @@ -180,6 +179,9 @@ endif ifeq (,$(filter $(DEB_HOST_ARCH),illumos-amd64)) CONFIG += --toolchain=hardened endif +ifneq ($(DEB_HOST_ARCH),illumos-amd64) + CONFIG += --enable-libopenmpt +endif # Set cross-build prefix for compiler, pkg-config... # Cross-building also requires to manually set architecture/OS. -- cgit v1.2.3