mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
vlc: enable qt for cross builds
This commit is contained in:
parent
3720f0b364
commit
0cc35a9fbb
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vlc'
|
# Template file for 'vlc'
|
||||||
pkgname=vlc
|
pkgname=vlc
|
||||||
version=3.0.16
|
version=3.0.16
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gme --disable-libtar --enable-jack
|
configure_args="--disable-gme --disable-libtar --enable-jack
|
||||||
--enable-live555 --disable-fluidsynth --enable-dvdread
|
--enable-live555 --disable-fluidsynth --enable-dvdread
|
||||||
|
@ -47,7 +47,7 @@ make_check=ci-skip
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="lua notify opengl qt rpi smb svg v4l2 vaapi vdpau x265 sndio chromecast"
|
build_options="lua notify opengl qt rpi smb svg v4l2 vaapi vdpau x265 sndio chromecast"
|
||||||
build_options_default="lua smb v4l2 x265 sndio chromecast"
|
build_options_default="lua smb v4l2 x265 sndio chromecast qt"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
CXXFLAGS="-fcommon"
|
CXXFLAGS="-fcommon"
|
||||||
|
@ -68,8 +68,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" qt"
|
hostmakedepends+=" qt5-host-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_rpi" ]; then
|
if [ "$build_option_rpi" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue