From: Otavio Salvador Date: Fri, 12 Dec 2008 20:56:56 +0000 (-0200) Subject: psplash: use psplash.h if the distribution provides it X-Git-Tag: Release-2010-05/1~4706 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ad862c15db8085be447de611200c67b6a87bac;p=openembedded.git psplash: use psplash.h if the distribution provides it --- diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index 7e19ce3cbb..fdd4aea244 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -27,6 +27,10 @@ inherit autotools pkgconfig update-rc.d do_configure_append() { install -m 0644 ${WORKDIR}/psplash-hand-img.h ${S}/ install -m 0644 ${WORKDIR}/psplash-bar-img.h ${S}/ + + if [ -e "${WORKDIR}/psplash.h" ]; then + install -m 0644 ${WORKDIR}/psplash.h ${S}/ + fi } do_install_prepend() {