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

Rip out some unnecessary pkg-config checks

We will not build proxies within the libcapsule project itself,
they'll be broken out and use tools published by libcapsule.

In addition, we will typically build proxies for libraries from
an external tree such as /host, so stock pkg-config checks wouldn't
work anyway.
parent 5f405c05
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -24,16 +24,6 @@ AM_INIT_AUTOMAKE([-Wno-portability foreign]) ...@@ -24,16 +24,6 @@ AM_INIT_AUTOMAKE([-Wno-portability foreign])
LT_INIT 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 ////////////////////////////////////////////////////////////////
dnl make sure we've got the _right_ libelf (doesn't ship a .pc) dnl make sure we've got the _right_ libelf (doesn't ship a .pc)
AC_CHECK_TYPE([Elf_Cmd], [], [], [#include <libelf.h>]) AC_CHECK_TYPE([Elf_Cmd], [], [], [#include <libelf.h>])
AC_MSG_CHECKING([Elf_Cmd ELF_C_READ_MMAP]) AC_MSG_CHECKING([Elf_Cmd ELF_C_READ_MMAP])
......
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