diff options
Diffstat (limited to 'recipes/xorg-data')
| -rw-r--r-- | recipes/xorg-data/xbitmaps_1.1.0.bb | 6 | ||||
| -rw-r--r-- | recipes/xorg-data/xcursor-themes_1.0.2.bb | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-data/xbitmaps_1.1.0.bb b/recipes/xorg-data/xbitmaps_1.1.0.bb new file mode 100644 index 0000000000..6e5d7fe5ba --- /dev/null +++ b/recipes/xorg-data/xbitmaps_1.1.0.bb @@ -0,0 +1,6 @@ +require xorg-data-common.inc + +DESCRIPTION = "Common X11 Bitmaps" +LICENSE = "MIT" +DEPENDS += "libxmu" + diff --git a/recipes/xorg-data/xcursor-themes_1.0.2.bb b/recipes/xorg-data/xcursor-themes_1.0.2.bb new file mode 100644 index 0000000000..1107d08da9 --- /dev/null +++ b/recipes/xorg-data/xcursor-themes_1.0.2.bb @@ -0,0 +1,7 @@ +require xorg-data-common.inc +PE = "1" + +DEPENDS += " libxcursor xcursorgen-native" + +FILES_${PN} += "${datadir}/icons" + |
