diff options
author | jstebbins <[email protected]> | 2014-08-19 15:25:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-19 15:25:11 +0000 |
commit | 5c5d825990ac79b9e7faa2d79a3edbd8b6232eea (patch) | |
tree | 82353a89c0305bc5cb1b06261c855c66c034ae1c /pkg/linux | |
parent | 43d981a529afe16bc9549c1bec0491c5def8abed (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-x | pkg/linux/debian/rules.trusty | 2 |
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 |