ecore: disable wayland-shm; force enable x/opengl-x11.
This commit is contained in:
parent
0a4a0d0120
commit
d8368a7db1
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'ecore'
|
||||
pkgname=ecore
|
||||
version=1.7.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-inotify --enable-ecore-imf
|
||||
--enable-ecore-imf-evas --enable-ecore-input --enable-ecore-input-evas
|
||||
--enable-thread-safety --enable-posix-threads --enable-ecore-evas"
|
||||
configure_args="--disable-static --enable-ecore-evas-opengl-x11
|
||||
--disable-ecore-wayland --enable-ecore-x"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="OS abstraction layer for Enlightenment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -14,7 +13,7 @@ distfiles="http://download.enlightenment.org/releases/ecore-${version}.tar.gz"
|
|||
checksum=26cb1dc02213a221fdec32ef4ea4ece608e5239bdbd19c9d62b09cf931863738
|
||||
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="evas-devel>=${version} libglib-devel libcurl-devel
|
||||
makedepends="evas-devel>=${version}_2 libglib-devel libcurl-devel
|
||||
libXtst-devel libXcomposite-devel libXrandr-devel libXinerama-devel
|
||||
libXcursor-devel libXdamage-devel libXScrnSaver-devel libICE-devel"
|
||||
|
||||
|
|
Loading…
Reference in a new issue