aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/xf86-video-armsoc/0002-enable-subdir-objects.patch
blob: a8015ab8ec35f36942125816a6939806350ce813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Add foreign for automake
Upstream-Status: Pending
---
diff --git a/configure.ac b/configure.ac
index eeffd92..88473a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR(.)
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])
 
 AM_MAINTAINER_MODE