blob: 8e7b0ba5a04ecbf8a3eaf1a9ef651a798477197e [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05002LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
3
4DEPENDS = "gdk-pixbuf popt"
5
6SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
7 file://0001-Makefile.am-no-examples.patch"
8SRC_URI[md5sum] = "5c5374d4f265b0abe4daef1d03f87104"
9SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d"
10
11inherit autotools pkgconfig
12
13BBCLASSEXTEND = "native"