f36b6a4582
Add lcms2, libdisplay-info, libepoxy, and libxcvt recipes required by the KWin/Mesa display stack. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE@
|
|
Description: LCMS Color Management Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -llcms2 @LIB_PLUGINS@
|
|
Libs.private: @LIB_MATH@ @LIB_THREAD@
|
|
Cflags: -I${includedir}
|