diff options
author | Aurélien Larcher <aurelien.larcher@gmail.com> | 2018-11-06 18:53:32 +0100 |
---|---|---|
committer | Alexander Pyhalov <apyhalov@gmail.com> | 2018-11-08 12:17:14 +0300 |
commit | 714f5e332aaa80ebc2e2bd47d8638075dd43b7ca (patch) | |
tree | a10be9a86f5374efab462d5a862119fe7072740e | |
parent | 8402a4fb7386890e2c5ca3eb1858ac2cfab1d203 (diff) | |
download | illumos-gfx-drm-714f5e332aaa80ebc2e2bd47d8638075dd43b7ca.tar.gz |
9958 Missing header libsync.h
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
-rw-r--r-- | usr/src/lib/libdrm/Makefile | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/x11-library-libdrm.mf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libdrm/Makefile b/usr/src/lib/libdrm/Makefile index 04621c3..b8b751c 100644 --- a/usr/src/lib/libdrm/Makefile +++ b/usr/src/lib/libdrm/Makefile @@ -40,6 +40,7 @@ install := TARGET= install lint := TARGET= lint HDRS= \ + libsync.h \ xf86drm.h \ xf86drmMode.h diff --git a/usr/src/pkg/manifests/x11-library-libdrm.mf b/usr/src/pkg/manifests/x11-library-libdrm.mf index 3216a46..dd3a942 100644 --- a/usr/src/pkg/manifests/x11-library-libdrm.mf +++ b/usr/src/pkg/manifests/x11-library-libdrm.mf @@ -73,6 +73,7 @@ file path=usr/include/exynos/exynos_fimg2d.h file path=usr/include/freedreno/freedreno_drmif.h file path=usr/include/freedreno/freedreno_ringbuffer.h file path=usr/include/libkms/libkms.h +file path=usr/include/libsync.h file path=usr/include/omap/omap_drm.h file path=usr/include/xf86drm.h file path=usr/include/xf86drmMode.h |