summaryrefslogtreecommitdiff
path: root/lib/libdrm/tegra
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-05 11:04:48 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-05 11:04:48 +0000
commit031c437b8fe1f3db2486170a73e5ab31e5a114e4 (patch)
tree41d5479a73b630619569707ce0d1de8daee01286 /lib/libdrm/tegra
parent0483be72c30006a77a683a95694238b2b73a1887 (diff)
Import libdrm 2.4.107
Diffstat (limited to 'lib/libdrm/tegra')
-rw-r--r--lib/libdrm/tegra/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdrm/tegra/meson.build b/lib/libdrm/tegra/meson.build
index 88613b9cd..edddf72bc 100644
--- a/lib/libdrm/tegra/meson.build
+++ b/lib/libdrm/tegra/meson.build
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-libdrm_tegra = shared_library(
+libdrm_tegra = library(
'drm_tegra',
[files('tegra.c'), config_file],
include_directories : [inc_root, inc_drm],