projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d216b47
)
libdrm: install all headers
14931/head
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 18:11:11 +0000
(19:11 +0100)
committer
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 27 Feb 2021 18:37:57 +0000
(19:37 +0100)
include/libdrm/drm.h and others headers are needed to build libva.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
libs/libdrm/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdrm/Makefile
b/libs/libdrm/Makefile
index d05ef93cf735da915be03340380f313d3e470a31..669b8956ce35e4354f559636d133d37ff8c3dcd9 100644
(file)
--- a/
libs/libdrm/Makefile
+++ b/
libs/libdrm/Makefile
@@
-64,7
+64,7
@@
MESON_ARGS += \
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_INSTALL_DIR)/usr/include/*
.h
$(1)/usr/include/
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig