diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2017-12-17 13:07:37 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2017-12-17 13:07:37 +0000 |
commit | 1290fbe8bcb197877cad882a426b7dd4432d370d (patch) | |
tree | ba419b7171d67db5053975e6841c1ce49940d3ca /graphics/mesa-libs | |
parent | 97e869e542dd7bddfbd12575871044e9cd638ce6 (diff) | |
download | ports-1290fbe8bcb197877cad882a426b7dd4432d370d.tar.gz ports-1290fbe8bcb197877cad882a426b7dd4432d370d.zip |
Notes
Diffstat (limited to 'graphics/mesa-libs')
-rw-r--r-- | graphics/mesa-libs/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesa-libs/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index fedfe9846ddd..7c3dcc1ffc3f 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -39,11 +39,11 @@ IGNORE= option WAYLAND is only valid on platforms with LLVM .endif .endif -MESA_BUILD_WRKSRC= src/mapi +MESA_BUILD_WRKSRC= src/mapi src/util MESA_INSTALL_WRKSRC= src/mapi .if ${PORT_OPTIONS:MWAYLAND} -MESA_BUILD_WRKSRC+= src/util src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl +MESA_BUILD_WRKSRC+= src/egl/wayland/wayland-drm src/egl/wayland/wayland-egl MESA_INSTALL_WRKSRC+= src/egl/wayland/wayland-egl .endif diff --git a/graphics/mesa-libs/pkg-plist b/graphics/mesa-libs/pkg-plist index 75c2078b51bd..858600aa6b3c 100644 --- a/graphics/mesa-libs/pkg-plist +++ b/graphics/mesa-libs/pkg-plist @@ -1,3 +1,4 @@ +@comment etc/drirc %%EGL%%include/EGL/egl.h %%EGL%%include/EGL/eglext.h %%EGL%%include/EGL/eglextchromium.h |