mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
xcursorgen: add missing util-macros-native dependency
do_configure fails with: configure.ac:17: error: must install xorg-macros 1.8 or later before running autoconf/autogen Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
LICENSE = "LicenseRef-ManishSingh"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2"
|
||||
|
||||
DEPENDS = "libpng libxcursor"
|
||||
DEPENDS = "util-macros-native libpng libxcursor"
|
||||
|
||||
SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc"
|
||||
|
||||
Reference in New Issue
Block a user