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>main
parent
9a0949a8f4
commit
3f12191f29
|
@ -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…
Reference in New Issue