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:
Jürgen Buchmüller 2021-02-20 17:04:59 +01:00
parent 0cc5823111
commit 0752c86151
1 changed files with 3 additions and 1 deletions

View File

@ -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() {