increase dvbapp PR.
[vuplus_openembedded] / recipes / psplash / psplash-angstrom_svn.bb
1 require psplash.inc
2 require psplash-ua.inc
3
4 ALTERNATIVE_PRIORITY = "20"
5
6 # You can create your own pslash-hand-img.h by doing
7 # ./make-image-header.sh <file>.png HAND
8 # and rename the resulting .h to pslash-hand-img.h (for the logo)
9 # respectively psplash-bar-img.h (BAR) for the bar.
10 # You might also want to patch the colors (see patch)
11
12 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
13           file://logo-math.patch;patch=1 \
14           file://psplash-hand-img.h \
15           file://psplash-bar-img.h \
16           file://psplash-default \
17           file://splashfuncs \
18           file://psplash-init"
19 S = "${WORKDIR}/psplash"
20