projectM: remove wrong #include "Intrinsics.h"
Try to fix the build of dependencies by removing an obviously wrong include from Common.hpp
This commit is contained in:
parent
0cc5823111
commit
0752c86151
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'projectM'
|
||||
pkgname=projectM
|
||||
version=3.1.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper=qmake
|
||||
configure_args="--datadir=/usr/libexec --enable-qt --enable-pulseaudio
|
||||
|
@ -27,6 +27,8 @@ post_install() {
|
|||
# fix location of desktop files
|
||||
vmkdir usr/share
|
||||
mv $DESTDIR/usr/libexec/{applications,icons} $DESTDIR/usr/share
|
||||
vsed -i $DESTDIR/usr/include/libprojectM/Common.hpp \
|
||||
-e '/#include "Intrinsics.h"/d'
|
||||
}
|
||||
|
||||
projectM-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue