diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-07-08 14:05:05 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 12:37:35 -0300 |
commit | bc78782f6252fcba7ca8f9ca38c61cc64478b96f (patch) | |
tree | e9f1f7d63aeb200eb7f2412f7db1c842ed96e1ac /testing/retroarch | |
parent | c71c19a21ce6b1c444945123fe523c6717531053 (diff) | |
download | aports-bc78782f6252fcba7ca8f9ca38c61cc64478b96f.tar.bz2 aports-bc78782f6252fcba7ca8f9ca38c61cc64478b96f.tar.xz |
testing/retroarch: include directfb header path explicitly
Diffstat (limited to 'testing/retroarch')
-rw-r--r-- | testing/retroarch/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD index 82a7a2493d..1bb2f4ff1b 100644 --- a/testing/retroarch/APKBUILD +++ b/testing/retroarch/APKBUILD @@ -15,6 +15,7 @@ builddir="$srcdir/$_pkgname-$pkgver" options="!check" # No tests build() { + CFLAGS="$CFLAGS -I/usr/include/directfb" ./configure \ --prefix=/usr \ --enable-dynamic \ |