diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-07-26 17:07:51 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-07-26 17:07:51 +0000 |
commit | 175e2780753ef215331518d0c555657af95a48fa (patch) | |
tree | 8cfd943b2f1534bed1a40f49b0625bd21b5bbb5b /packages/icewm | |
parent | 2163f23de82d09e0ef7517bf2cb76e6568c28691 (diff) |
x11: switch to virtual/x11 so that diet or full x11 can be selected
- emacs and synergy need full x11, hence libx11 instead of virtual/x11
- any other packages which depend on a full x11 will need the same change
Diffstat (limited to 'packages/icewm')
-rw-r--r-- | packages/icewm/icewm_1.2.20.bb | 2 | ||||
-rw-r--r-- | packages/icewm/icewm_1.2.26.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/icewm/icewm_1.2.20.bb b/packages/icewm/icewm_1.2.20.bb index dfe87335b3..ee444faf06 100644 --- a/packages/icewm/icewm_1.2.20.bb +++ b/packages/icewm/icewm_1.2.20.bb @@ -1,7 +1,7 @@ SECTION = "x11/wm" DESCRIPTION = "IceWM Window Manager" LICENSE = "GPL" -DEPENDS = "libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native" +DEPENDS = "virtual/x11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/icewm/icewm-${PV}.tar.gz \ diff --git a/packages/icewm/icewm_1.2.26.bb b/packages/icewm/icewm_1.2.26.bb index 7c1e2a2bf7..60e3a9a867 100644 --- a/packages/icewm/icewm_1.2.26.bb +++ b/packages/icewm/icewm_1.2.26.bb @@ -1,7 +1,7 @@ SECTION = "x11/wm" DESCRIPTION = "IceWM Window Manager" LICENSE = "GPL" -DEPENDS = "libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native" +DEPENDS = "virtual/x11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/icewm/icewm-${PV}.tar.gz \ |