diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 08:57:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-09 08:57:26 +0000 |
commit | 3b224e8fc73df6b4838708c8206b26f80270c0b0 (patch) | |
tree | 75dc84e3ea208c5a2e5b0f7edca8c478b3ab0312 /graphics/gnash/files/patch-libbase-Makefile.am | |
parent | - let configure pick up sdl (diff) |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=433713
Diffstat (limited to 'graphics/gnash/files/patch-libbase-Makefile.am')
-rw-r--r-- | graphics/gnash/files/patch-libbase-Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase-Makefile.am b/graphics/gnash/files/patch-libbase-Makefile.am new file mode 100644 index 000000000000..90e2e60819e2 --- /dev/null +++ b/graphics/gnash/files/patch-libbase-Makefile.am @@ -0,0 +1,25 @@ +--- libbase/Makefile.am.orig 2016-07-21 12:25:09 UTC ++++ libbase/Makefile.am +@@ -135,6 +135,7 @@ libgnashbase_la_SOURCES += \ + endif + + if HAVE_VAAPI ++if HAVE_VAAPI_GLX + libgnashbase_la_SOURCES += \ + GnashVaapiImage.cpp \ + GnashVaapiImage.h \ +@@ -143,6 +144,14 @@ libgnashbase_la_SOURCES += \ + GnashVaapiTexture.h \ + $(NULL) + ++else ++libgnashbase_la_SOURCES += \ ++ GnashVaapiImage.cpp \ ++ GnashVaapiImage.h \ ++ GnashVaapiImageProxy.h \ ++ $(NULL) ++ ++endif + endif + + |