Message ID | 1424094405-6314-13-git-send-email-tjakobi@math.uni-bielefeld.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 16/02/15 13:46, Tobias Jakobi wrote: > The reason for this change is to let userspace use the header. > Currently 'make install' does not install it. > Hi Tobias, Afaict that this was done intentionally. I believe the Samsung guys got this out only to fulfil the "no drm(render) driver without open userspace" policy. Although it's nice to see actual user(s) (outside of libdrm) perhaps the header could be cleaned up (#define TRUE 0, #define FALSE -1) a bit before that ? Either way it's up-to the Samsung/Exynos people to make the call. Cheers Emil -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/exynos/Makefile.am b/exynos/Makefile.am index 1715a85..35bc71f 100644 --- a/exynos/Makefile.am +++ b/exynos/Makefile.am @@ -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
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> --- exynos/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)