wok-undigest diff efl/receipt @ rev 1222

copied xorgproto recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:36:34 2019 +0100 (2019-11-15)
parents 336af84e8c6c
children
line diff
     1.1 --- a/efl/receipt	Wed Mar 26 23:22:36 2014 +0100
     1.2 +++ b/efl/receipt	Fri Nov 15 17:36:34 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="efl"
     1.7 -VERSION="1.9.2"
     1.8 +VERSION="1.9.3"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="EFL Core data structure library."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -28,11 +28,13 @@
    1.13  	export CFLAGS="$CFLAGS -fvisibility=hidden"
    1.14  	./configure \
    1.15  		--disable-static \
    1.16 +		--with-tests=none \
    1.17  		--disable-doc \
    1.18  		--disable-pulseaudio \
    1.19  		--disable-tslib \
    1.20  		--enable-fb \
    1.21  		--enable-harfbuzz \
    1.22 +		--disable-egl \
    1.23  		--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aaa \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make && make -j1 install DESTDIR=$install