s#libx11#virtual/libx11#

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@913 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-21 11:23:29 +00:00
parent b57a5d53ea
commit eef43c9f55
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
SECTION = "x11/libs"
DESCRIPTION = "Matchbox window manager core library"
LICENSE = "GPL"
DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
PR="r3"
inherit autotools pkgconfig

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Common code for XSETTINGS"
SECTION = "x/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "libx11 libxt"
DEPENDS = "virtual/libx11 libxt"
# libxt is required to stop configure breaking builds by
# including system paths to find it if it isn't present.

View File

@ -2,7 +2,7 @@ DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red si
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/kernel libx11 libxau libsm libice"
DEPENDS = "virtual/kernel virtual/libx11 libxau libsm libice"
PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \

View File

@ -1,6 +1,6 @@
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc cairo"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."

View File

@ -1,6 +1,6 @@
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc cairo"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."

View File

@ -1,6 +1,6 @@
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."

View File

@ -1,5 +1,5 @@
SECTION = "x11/utils"
DEPENDS = "libx11 libxt libxft"
DEPENDS = "virtual/libx11 libxt libxft"
DESCRIPTION = "rxvt-unicode is a clone of the well known \
terminal emulator rxvt, modified to store text in Unicode \
(either UCS-2 or UCS-4) and to use locale-correct input and \

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libx11"
DEPENDS = "virtual/libx11"
PR = "r1"
inherit autotools pkgconfig

View File

@ -2,7 +2,7 @@ LICENSE = "GPL"
DESCRIPTION = "Touchscreen calibration utility"
SECTION = "x11/base"
DEPENDS = "libx11 libxft libxrandr xcalibrate"
DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
PR = "r1"