diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb index 81f90ba2d..f2b4eac96 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb @@ -16,10 +16,10 @@ require xorg-lib-common.inc LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" -DEPENDS += "damageproto libxfixes" +DEPENDS += "virtual/libx11 damageproto libxfixes" PROVIDES = "xdamage" -PR = "r0" +PR = "r1" PE = "1" XORG_PN = "libXdamage" diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index 1a56702e5..33c8a1e78 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb @@ -15,10 +15,10 @@ require xorg-lib-common.inc LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24" -DEPENDS += "libxrender freetype fontconfig" +DEPENDS += "virtual/libx11 libxrender freetype fontconfig" PROVIDES = "xft" -PR = "r0" +PR = "r1" PE = "1" XORG_PN = "libXft" diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb index 917fe2067..616ac6897 100644 --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb @@ -11,9 +11,9 @@ require xorg-lib-common.inc LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" -DEPENDS += "randrproto libxrender libxext" +DEPENDS += "virtual/libx11 randrproto libxrender libxext" -PR = "r0" +PR = "r1" PE = "1" XORG_PN = "libXrandr" |