mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 07:40:12 +01:00
automake: fix 'make commit-headers'
Not too long ago the in-kernel drm public headers were moved. Since then we could no longer fetch/update the ones in libdrm using the command. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
This commit is contained in:
parent
deb690f78d
commit
f52309ebbe
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ endif
|
|||
|
||||
|
||||
copy-headers :
|
||||
cp -r $(kernel_source)/usr/include/drm $(top_srcdir)/include
|
||||
cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/
|
||||
|
||||
commit-headers : copy-headers
|
||||
git add include
|
||||
git add include/drm/*.h
|
||||
git commit -am "Copy headers from kernel $$(GIT_DIR=$(kernel_source)/.git git describe)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue