mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 19:50:18 +01:00
exynos: add fimg2d header to common includes
The reason for this change is to let userspace use the header. Currently 'make install' does not install it. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Inki Dae <inki.dae@samsung.com> Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
This commit is contained in:
parent
9a0949a8f4
commit
3f12191f29
1 changed files with 1 additions and 2 deletions
|
|
@ -14,11 +14,10 @@ libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
|||
libdrm_exynos_la_SOURCES = \
|
||||
exynos_drm.c \
|
||||
exynos_fimg2d.c \
|
||||
exynos_fimg2d.h \
|
||||
fimg2d_reg.h
|
||||
|
||||
libdrm_exynoscommonincludedir = ${includedir}/exynos
|
||||
libdrm_exynoscommoninclude_HEADERS = exynos_drm.h
|
||||
libdrm_exynoscommoninclude_HEADERS = exynos_drm.h exynos_fimg2d.h
|
||||
|
||||
libdrm_exynosincludedir = ${includedir}/libdrm
|
||||
libdrm_exynosinclude_HEADERS = exynos_drmif.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue