mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
13 lines
236 B
PkgConfig
13 lines
236 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: gl
|
|
Description: AMD Catalyst OpenGL library
|
|
Version: 15.9
|
|
Libs: -L${libdir} -lGL -lm -lXext -lX11 -ldl
|
|
Cflags: -I${includedir}
|
|
glx_tls: no
|
|
|