sync with OpenBSD -current
This commit is contained in:
parent
f3c6f98243
commit
4b49aefbb1
101 changed files with 911 additions and 672 deletions
14
lib/libdrm/tegra/Android.bp
Normal file
14
lib/libdrm/tegra/Android.bp
Normal file
|
@ -0,0 +1,14 @@
|
|||
cc_library_shared {
|
||||
name: "libdrm_tegra",
|
||||
vendor: true,
|
||||
shared_libs: ["libdrm"],
|
||||
|
||||
srcs: ["tegra.c"],
|
||||
|
||||
cflags: [
|
||||
"-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1",
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wno-unused-variable",
|
||||
],
|
||||
}
|
|
@ -33,7 +33,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include "private.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ libdrm_tegra = library(
|
|||
dependencies : [dep_threads, dep_atomic_ops],
|
||||
c_args : libdrm_c_args,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
version : '0.0.0',
|
||||
version : '0.@0@.0'.format(patch_ver),
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
@ -59,6 +59,6 @@ test(
|
|||
args : [
|
||||
'--lib', libdrm_tegra,
|
||||
'--symbols-file', files('tegra-symbols.txt'),
|
||||
'--nm', prog_nm.path(),
|
||||
'--nm', prog_nm.full_path(),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue