diff options
Diffstat (limited to 'recipes/xorg-driver/xorg-driver-common.inc')
-rw-r--r-- | recipes/xorg-driver/xorg-driver-common.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc index ff620dd649..a8b0fb3e98 100644 --- a/recipes/xorg-driver/xorg-driver-common.inc +++ b/recipes/xorg-driver/xorg-driver-common.inc @@ -17,11 +17,6 @@ inherit autotools pkgconfig TARGET_CPPFLAGS += "-I${STAGING_DIR_HOST}/usr/include/xorg" - -do_stage() { - autotools_stage_all -} - # Another sucky behavor from Xorg configure scripts. # They use AC_CHECK_FILE to check for DRI headers. Yuck! # Of course this will blow up when cross compiling. |