libudev: Move -lrt to Libs.private

It's only needed for static linking.

https://bugs.freedesktop.org/show_bug.cgi?id=63309

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Michael Biebl 2013-06-02 12:16:15 -04:00 committed by Anthony G. Basile
parent 2a0f2910b1
commit e6af18333f

View File

@ -13,6 +13,7 @@ includedir=@includedir@
Name: libudev
Description: Library to access udev device information
Version: @UDEV_VERSION@
Libs: -L${libdir} -ludev -lrt
Libs.private:
Libs: -L${libdir} -ludev
Libs.private: -lrt
Cflags: -I${includedir}