efl: update to 1.8.3.
This commit is contained in:
parent
543024b9ae
commit
27d8bab926
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'efl'
|
||||
pkgname=efl
|
||||
version=1.8.2
|
||||
revision=2
|
||||
version=1.8.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# XXX needs bullet for ephysics.
|
||||
configure_args="--enable-xinput22 --enable-multisense --enable-systemd
|
||||
--enable-image-loader-webp --disable-physics"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -19,13 +18,7 @@ short_desc="Enlightenment Foundation Libraries"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
|
||||
checksum=282d1f7b6c364a8bc95482a87123fbf3884beeeecd5cc05ddb960751ef35edaf
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ] || [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
# Enable DRM and OpenGL on x86.
|
||||
configure_args+=" --enable-drm --with-opengl=full"
|
||||
makedepends+=" MesaLib-devel"
|
||||
fi
|
||||
checksum=6e8d416ae0c17ddf52fb530b3dc0cb2b07059fd5985b3c5b953a83e06ce7250e
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX needs host edje_cc
|
||||
|
@ -51,9 +44,6 @@ build_options_default="harfbuzz pulseaudio wayland"
|
|||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
# Enable opengl by default on x86.
|
||||
build_options_default+=" opengl"
|
||||
elif [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
||||
# XXX only RaspberryPi: enable OpenGL/ES.
|
||||
build_options_default+=" gles2"
|
||||
fi
|
||||
|
||||
if [ "$build_option_fb" ]; then
|
||||
|
@ -74,16 +64,7 @@ if [ "$build_option_opengl" ]; then
|
|||
makedepends+=" MesaLib-devel"
|
||||
elif [ "$build_option_gles2" ]; then
|
||||
configure_args+=" --with-opengl=es"
|
||||
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include/interface/vcos"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include/interface/vmcs_host/linux"
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/opt/vc/include/interface/vcos/pthreads"
|
||||
LDFLAGS+=" -L${XBPS_CROSS_BASE}/opt/vc/lib -lbcm_host -lvcos -lvchiq_arm"
|
||||
makedepends+=" rpi-firmware"
|
||||
else
|
||||
makedepends+=" MesaLib-devel"
|
||||
fi
|
||||
makedepends+=" MesaLib-devel"
|
||||
else
|
||||
configure_args+=" --with-opengl=none"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue