Skip to content
Snippets Groups Projects
Commit 668a8378 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

configure.ac: add PKG_CHECK_MODULES for the demo library dependencies

parent b0b3b676
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -23,6 +23,16 @@ dnl and don't require ChangeLog &co if they don't exist
AM_INIT_AUTOMAKE([-Wno-portability foreign])
LT_INIT
dnl ////////////////////////////////////////////////////////////////
dnl Remove when the shim libraries move out into their own packages?
dnl zlib demo:
PKG_CHECK_MODULES([ZLIB], [zlib])
dnl libGL demo:
PKG_CHECK_MODULES([GL], [gl])
PKG_CHECK_MODULES([XCB2], [xcb-dri2])
PKG_CHECK_MODULES([XCB3], [xcb-dri3])
dnl ////////////////////////////////////////////////////////////////
AC_SEARCH_LIBS([dlmopen], [dl])
AC_OUTPUT([Makefile])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment