#
# aio-grab
#
+AIO_GRAB_VERSION = 32e30fed
AIO_PATCH = aio-grab/0001-automake_macros.patch
AIO_PATCH += aio-grab/0002-screenshots-for-pip-devices.patch
cd $(BUILD_TMP); \
git clone https://github.com/oe-alliance/aio-grab.git aio-grab; \
cd aio-grab; \
+ git checkout 32e30fed; \
$(call apply_patches, $(AIO_PATCH)); \
+ find . -name '*.rej' | grep -q . && { echo "Patch-Hunks fehlgeschlagen!"; exit 1; }; \
aclocal --force -I m4; \
autoconf --force; \
automake --add-missing --copy --force-missing --foreign; \