summaryrefslogtreecommitdiffstats
path: root/pkg/linux
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-08-19 15:25:11 +0000
committerjstebbins <[email protected]>2014-08-19 15:25:11 +0000
commit5c5d825990ac79b9e7faa2d79a3edbd8b6232eea (patch)
tree82353a89c0305bc5cb1b06261c855c66c034ae1c /pkg/linux
parent43d981a529afe16bc9549c1bec0491c5def8abed (diff)
LinGui: fix ubuntu package configure options
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6318 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux')
-rwxr-xr-xpkg/linux/debian/rules.trusty2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/rules.trusty b/pkg/linux/debian/rules.trusty
index 3b73ddb47..bab615cfe 100755
--- a/pkg/linux/debian/rules.trusty
+++ b/pkg/linux/debian/rules.trusty
@@ -26,7 +26,7 @@ FORCEVERSION =
$(BUILDDIR)/GNUmakefile: $(CONFIGURE)
dh_testdir
- unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --disable-libmkv --disable-mp4v2 --prefix=/usr
+ unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --prefix=/usr
build: $(BUILDDIR)/GNUmakefile
dh_testdir