]> granicus.if.org Git - libevent/commitdiff
libevent.pc: link against core/extra
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Jun 2014 20:08:04 +0000 (16:08 -0400)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 28 Oct 2018 00:09:47 +0000 (03:09 +0300)
Since we want people to stop using -levent, have the pkg-config file
also stop linking against that.  This makes it easier to delete the
libevent.so library entirely.

Closes: #141
libevent.pc.in

index 7030884eebd0dd8ddc63fa3996e7afae70e006e8..0a54926a016ce53100c5c56c846337ea153078ff 100644 (file)
@@ -10,7 +10,7 @@ Description: libevent is an asynchronous notification event loop library
 Version: @VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} -levent
+Libs: -L${libdir} -levent_core -levent_extra
 Libs.private: @LIBS@
 Cflags: -I${includedir}