sync with OpenBSD -current
This commit is contained in:
parent
f3c6f98243
commit
4b49aefbb1
101 changed files with 911 additions and 672 deletions
11
lib/libdrm/radeon/Android.bp
Normal file
11
lib/libdrm/radeon/Android.bp
Normal file
|
@ -0,0 +1,11 @@
|
|||
build = ["Android.sources.bp"]
|
||||
|
||||
cc_library_shared {
|
||||
name: "libdrm_radeon",
|
||||
defaults: [
|
||||
"libdrm_defaults",
|
||||
"libdrm_radeon_sources",
|
||||
],
|
||||
vendor: true,
|
||||
shared_libs: ["libdrm"],
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# Import variables LIBDRM_RADEON_FILES, LIBDRM_RADEON_H_FILES
|
||||
include $(LOCAL_PATH)/Makefile.sources
|
||||
|
||||
LOCAL_MODULE := libdrm_radeon
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libdrm
|
||||
|
||||
LOCAL_SRC_FILES := $(LIBDRM_RADEON_FILES)
|
||||
|
||||
include $(LIBDRM_COMMON_MK)
|
||||
include $(BUILD_SHARED_LIBRARY)
|
13
lib/libdrm/radeon/Android.sources.bp
Normal file
13
lib/libdrm/radeon/Android.sources.bp
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Autogenerated with Android.sources.bp.mk
|
||||
|
||||
cc_defaults {
|
||||
name: "libdrm_radeon_sources",
|
||||
srcs: [
|
||||
"radeon_bo_gem.c",
|
||||
"radeon_cs_gem.c",
|
||||
"radeon_cs_space.c",
|
||||
"radeon_bo.c",
|
||||
"radeon_cs.c",
|
||||
"radeon_surface.c",
|
||||
],
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
LIBDRM_RADEON_FILES := \
|
||||
radeon_bo_gem.c \
|
||||
radeon_cs_gem.c \
|
||||
radeon_cs_space.c \
|
||||
radeon_bo.c \
|
||||
radeon_cs.c \
|
||||
radeon_surface.c
|
||||
|
||||
LIBDRM_RADEON_H_FILES := \
|
||||
radeon_bo.h \
|
||||
radeon_cs.h \
|
||||
radeon_surface.h \
|
||||
radeon_bo_gem.h \
|
||||
radeon_cs_gem.h \
|
||||
radeon_bo_int.h \
|
||||
radeon_cs_int.h \
|
||||
r600_pci_ids.h
|
||||
|
||||
LIBDRM_RADEON_BOF_FILES := \
|
||||
bof.c \
|
||||
bof.h
|
|
@ -33,7 +33,7 @@ libdrm_radeon = library(
|
|||
include_directories : [inc_root, inc_drm],
|
||||
link_with : libdrm,
|
||||
dependencies : [dep_threads, dep_atomic_ops],
|
||||
version : '1.0.1',
|
||||
version : '1.@0@.0'.format(patch_ver),
|
||||
install : true,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue