meta-openembedded/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
alperak 5430b16813
xbitmaps: upgrade 1.1.2 -> 1.1.3
Changelog:

* Switch to XORG_DEFAULT_NOCODE_OPTIONS
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-07 14:25:11 -08:00

13 lines
280 B
HTML

HOMEPAGE = "http://www.x.org"
SECTION = "x11/data"
LICENSE = "MIT"
DEPENDS = "util-macros-native virtual/libx11"
SRC_URI_EXT = "xz"
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}"
inherit features_check autotools pkgconfig
REQUIRED_DISTRO_FEATURES = "x11"