diff options
author | alperak <alperyasinak1@gmail.com> | 2023-12-06 23:44:33 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:11 -0800 |
commit | da5e4c5eb2f0759da570d4fa76acfd09f0898565 (patch) | |
tree | 5450825794ab716470bea55b1db216bb3786aca0 /meta-oe/recipes-graphics | |
parent | 5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 (diff) | |
download | meta-openembedded-da5e4c5eb2f0759da570d4fa76acfd09f0898565.tar.gz |
xcursor-themes: add recipe
Default set of cursor themes for use with libXcursor
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb b/meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb new file mode 100644 index 000000000..9ebd2d12f --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-data-common.inc | ||
2 | |||
3 | SUMMARY = "Default set of cursor themes for use with libXcursor" | ||
4 | |||
5 | DEPENDS:append = " libxcursor xcursorgen-native" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8cbd99fff773f92e844948f74ef0df8" | ||
8 | |||
9 | SRC_URI[sha256sum] = "95bae8f48823d894a05bf42dfbf453674ab7dbdeb11e2bc079e8525ad47378c8" | ||
10 | |||
11 | FILES:${PN} += "${datadir}/icons" | ||