diff options
author | Kristian Høgsberg <[email protected]> | 2010-02-05 13:55:32 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-02-05 13:55:45 -0500 |
commit | 077bc2fda2afdbe0bf12e1baeafa4ce41b711d1d (patch) | |
tree | f51160a826ffc112851718f68d0b438155b877e5 /configs | |
parent | e423df0f0c3e5a5d33d301b6176e9380e61b98ad (diff) |
egl_dri2: Use pkg-config cflags and libs from configure output
Running pkg-config in Makefiles is bad form, since it doesn't respect the
PKG_CONFIG_PATH value set at ./configure time.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index b0024ec6899..30637877f3b 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -153,3 +153,6 @@ GLW_PC_LIB_PRIV = @GLW_PC_LIB_PRIV@ GLW_PC_CFLAGS = @GLW_PC_CFLAGS@ OSMESA_PC_REQ = @OSMESA_PC_REQ@ OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@ + +EGL_DRI2_CFLAGS = @EGL_DRI2_CFLAGS@ +EGL_DRI2_LIBS = @EGL_DRI2_LIBS@ |