]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/libudev/libudev.pc.in
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / libudev / libudev.pc.in
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
88a6477e
KS
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
33a5cc29 10prefix=@prefix@
6a90a512 11exec_prefix=@exec_prefix@
d0790384 12libdir=@rootlibdir@
6a90a512 13includedir=@includedir@
33a5cc29
KS
14
15Name: libudev
16Description: Library to access udev device information
a67c318d 17Version: @PROJECT_VERSION@
e712ffcc 18Libs: -L${libdir} -ludev
33a5cc29 19Cflags: -I${includedir}