diff options
-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 81f90ba2db..f2b4eac96f 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 | |||
16 | LICENSE = "MIT" | 16 | LICENSE = "MIT" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" |
18 | 18 | ||
19 | DEPENDS += "damageproto libxfixes" | 19 | DEPENDS += "virtual/libx11 damageproto libxfixes" |
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | 21 | ||
22 | PR = "r0" | 22 | PR = "r1" |
23 | PE = "1" | 23 | PE = "1" |
24 | 24 | ||
25 | XORG_PN = "libXdamage" | 25 | 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 1a56702e53..33c8a1e782 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 | |||
15 | LICENSE = "MIT" | 15 | LICENSE = "MIT" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24" |
17 | 17 | ||
18 | DEPENDS += "libxrender freetype fontconfig" | 18 | DEPENDS += "virtual/libx11 libxrender freetype fontconfig" |
19 | PROVIDES = "xft" | 19 | PROVIDES = "xft" |
20 | 20 | ||
21 | PR = "r0" | 21 | PR = "r1" |
22 | PE = "1" | 22 | PE = "1" |
23 | 23 | ||
24 | XORG_PN = "libXft" | 24 | 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 917fe2067f..616ac6897c 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 | |||
11 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" |
13 | 13 | ||
14 | DEPENDS += "randrproto libxrender libxext" | 14 | DEPENDS += "virtual/libx11 randrproto libxrender libxext" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r1" |
17 | PE = "1" | 17 | PE = "1" |
18 | 18 | ||
19 | XORG_PN = "libXrandr" | 19 | XORG_PN = "libXrandr" |