mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
weston: register the rdp build option.
This commit is contained in:
parent
cff2d2f0b6
commit
ca4bfa8d46
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'weston'.
|
# Template file for 'weston'.
|
||||||
pkgname=weston
|
pkgname=weston
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-screen-sharing --enable-libinput-backend"
|
configure_args="--enable-screen-sharing --enable-libinput-backend"
|
||||||
short_desc="Reference implementation of a Wayland compositor"
|
short_desc="Reference implementation of a Wayland compositor"
|
||||||
|
@ -20,7 +20,7 @@ depends="cairo>=1.12.14_5"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="backtrace colord dbus systemd vaapi x11"
|
build_options="backtrace colord dbus rdp systemd vaapi x11"
|
||||||
build_options_default="backtrace colord dbus systemd x11"
|
build_options_default="backtrace colord dbus systemd x11"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue