forked from Lainports/freebsd-ports
15 lines
435 B
Text
15 lines
435 B
Text
--- Makefile.am.orig 2019-02-01 23:11:33 UTC
|
|
+++ Makefile.am
|
|
@@ -24,10 +24,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = common decode encode vainfo videoprocess vendor/intel vendor/intel/sfcsample
|
|
+SUBDIRS = common decode encode vainfo videoprocess vendor/intel
|
|
|
|
if USE_X11
|
|
-SUBDIRS += putsurface
|
|
+SUBDIRS += putsurface vendor/intel/sfcsample
|
|
else
|
|
if USE_WAYLAND
|
|
SUBDIRS += putsurface
|