mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
Link against talloc. We're going to be using it.
This commit is contained in:
parent
c186b3fbe0
commit
57d0fc4139
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
bin_PROGRAMS = glsl
|
||||
glsl_LDFLAGS = @LDFLAGS@ $(talloc_LIBS)
|
||||
glsl_SOURCES = \
|
||||
main.cpp \
|
||||
builtin_types.h \
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|||
# Checks for library functions.
|
||||
AC_HEADER_STDC
|
||||
|
||||
PKG_CHECK_MODULES([talloc], [talloc >= 2.0])
|
||||
|
||||
AC_ARG_ENABLE([debug],
|
||||
[AS_HELP_STRING([--enable-debug],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue