diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-12-22 10:11:51 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-12-22 19:02:49 +0100 |
commit | 0f3c276cae3a8f95c9931e62fc45ef8452631053 (patch) | |
tree | 3ab18a14a0c81010aa44644a680a00d307308934 | |
parent | 925395d7cee5b4fbfd61d3482312f132a04b37d0 (diff) |
libice-native 1.0.4: Add proper PROVIDES.
-rw-r--r-- | packages/xorg-lib/libice-native_1.0.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xorg-lib/libice-native_1.0.4.bb b/packages/xorg-lib/libice-native_1.0.4.bb index 3f70065118..fd835b6013 100644 --- a/packages/xorg-lib/libice-native_1.0.4.bb +++ b/packages/xorg-lib/libice-native_1.0.4.bb @@ -1,7 +1,8 @@ require libice_${PV}.bb -inherit native +DEPENDS = "libx11-native xproto-native xtrans-native" +PROVIDES = "ice-native" -DEPENDS += "libx11-native xproto-native xtrans-native" +inherit native XORG_PN = "libICE" |