04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
bindir=${prefix}/@INSTALL_BINDIR@
|
|
libexecdir=${prefix}/@INSTALL_LIBEXECDIR@
|
|
libdir=${prefix}/@INSTALL_LIBDIR@
|
|
includedir=${prefix}/@INSTALL_INCLUDEDIR@
|
|
$<$<BOOL:@contains_mkspecs@>:mkspecsdir=${prefix}/@INSTALL_MKSPECSDIR@>
|
|
$<1: >
|
|
Name: @pkgconfig_name@
|
|
Description: @pkgconfig_description@
|
|
Version: @PROJECT_VERSION@
|
|
Libs: @link_options@
|
|
Cflags: @include_dirs@ @compile_defs@
|
|
Requires: $<JOIN:$<REMOVE_DUPLICATES:@target_requires@>, >
|