blob: 64ff997b50771954ffad480360c93b421938737b (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Yet another X Wallpaper Utility"
DEPENDS += "imlib2 freetype zlib virtual/libx11 libxext"
RDEPENDS += "imlib2-loaders"
LICENSE = "GPL"
SRC_URI = "http://thegraveyard.org/files/hsetroot-${PV}.tar.gz \
file://pkgconfigize-imlib.patch;patch=1"
inherit autotools
|