summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-22 02:27:04 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-11-22 21:27:20 -0800
commit74395b0330bb46bd58d9635c1ce25a2ba21b651a (patch)
tree47e24742efc3c40a3ed2e2d8b3afd90562c97fc4 /debian
parent56d4afc0069170c8e6e23491cb1068c92d39aac3 (diff)
downloadmpv-build-74395b0330bb46bd58d9635c1ce25a2ba21b651a.tar.bz2
mpv-build-74395b0330bb46bd58d9635c1ce25a2ba21b651a.tar.xz
debian: x11egl no longer needs to be explicitly enabled
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ac0b1b1..5795205 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ ffmpeg_build: ffmpeg_config
# put the config in the right place and drop the local/ since it's package managed now
override_dh_auto_configure: ffmpeg_build libass_build
- scripts/mpv-config --prefix=/usr --confdir=/etc/mpv --enable-egl-x11 --enable-openal
+ scripts/mpv-config --prefix=/usr --confdir=/etc/mpv --enable-openal
override_dh_auto_build:
scripts/mpv-build $(WAFLAGS)