Date: Thursday, January 7, 2010 @ 15:52:45
Author: andrea
Revision: 62374
added missing headers
Modified:
phonon/kde-unstable/PKGBUILD
----------+
PKGBUILD | 2 ++
1 file changed, 2 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-07 20:42:18 UTC (rev 62373)
+++ PKGBUILD 2010-01-07 20:52:45 UTC (rev 62374)
@@ -31,6 +31,8 @@
depends=('qt' 'phonon-backend')
cd ${srcdir}/build/phonon
make DESTDIR=${pkgdir} install || return 1
+ cd ${srcdir}/build/includes
+ make DESTDIR=${pkgdir} install || return 1
}
package_phonon-gstreamer(){