summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Tobias2018-03-01 06:13:43 +1100
committerDaniel Tobias2018-03-01 06:13:43 +1100
commit804e3bfccab9218673fd528f99ebda577f4d9037 (patch)
treea9f41feb999778b4d8550a144912251b2ff9e444 /PKGBUILD
parent1b6811591d04922d1b3b587957d07b3c39b0a5bd (diff)
downloadaur-804e3bfccab9218673fd528f99ebda577f4d9037.tar.gz
add libxml2 dependency, already pulled in by libbluray anyway
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 103946234074..e6b2ba0eb0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ license=('GPL3')
depends=('bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'lame' 'libmodplug'
'libtheora' 'libwebp'
- 'opencore-amr' 'openjpeg2' 'opus' 'speex'
- 'v4l-utils' 'xz' 'zlib'
+ 'libxml2' 'opencore-amr' 'openjpeg2' 'opus'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
'libbluray.so'
'libvorbisenc.so' 'libvorbis.so'
'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so'
@@ -82,6 +82,7 @@ build() {
--enable-libx264 \
--enable-libx265 \
--disable-libxcb \
+ --enable-libxml2 \
--enable-libxvid \
--enable-shared \
--enable-version3 \