blob: 3d1f71c404266f869b6df181b5727bedfcb00ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Yet another X Wallpaper Utility"
DEPENDS += "imlib2 freetype zlib virtual/libx11 libxext"
RDEPENDS_${PN} += "imlib2-loaders"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://thegraveyard.org/files/hsetroot-${PV}.tar.gz \
file://pkgconfigize-imlib.patch"
inherit autotools
SRC_URI[md5sum] = "f599770a6411dcfe216c37b280fad9bc"
SRC_URI[sha256sum] = "d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7"
|