mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gtk: enable XDamage, XRender, XComposite support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3334 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.gtk.org"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt"
|
DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \
|
||||||
|
libgcrypt libxdamage libxrender libxcomposite"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require gtk+.inc
|
require gtk+.inc
|
||||||
|
|
||||||
DEPENDS += "cairo"
|
DEPENDS += "cairo"
|
||||||
PR = "r18"
|
PR = "r19"
|
||||||
|
|
||||||
# disable per default - untested and not all patches included.
|
# disable per default - untested and not all patches included.
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require gtk+.inc
|
require gtk+.inc
|
||||||
|
|
||||||
DEPENDS += "cairo"
|
DEPENDS += "cairo"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
# disable per default - untested and not all patches included.
|
# disable per default - untested and not all patches included.
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require gtk+.inc
|
require gtk+.inc
|
||||||
|
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
|
||||||
file://no-demos.patch;patch=1 \
|
file://no-demos.patch;patch=1 \
|
||||||
@@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
|
|||||||
file://filechooser-default.patch;patch=1 \
|
file://filechooser-default.patch;patch=1 \
|
||||||
file://toggle-font.diff;patch=1;pnum=0 \
|
file://toggle-font.diff;patch=1;pnum=0 \
|
||||||
file://combo-arrow-size.patch;patch=1;pnum=0 \
|
file://combo-arrow-size.patch;patch=1;pnum=0 \
|
||||||
file://range-no-redraw.patch;patch=1;pnum=0 \
|
file://range-no-redraw.patch;patch=1;pnum=0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest"
|
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest"
|
||||||
|
|||||||
Reference in New Issue
Block a user