mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
12 lines
325 B
PkgConfig
12 lines
325 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: LFSToolKit
|
|
Description: Toolkit library for LFSDesktop Project
|
|
URL: https://github.com/KeithDHedger/LFSDesktopProject
|
|
Version: @VERSION@
|
|
Requires: x11, xft, xinerama, libjpeg, cairo
|
|
Libs: -L${libdir} -llfstoolkit
|
|
Cflags: -I${includedir} |