mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
libevent.pc: link against core/extra
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
This commit is contained in:
parent
fb42e0fac6
commit
731469b33a
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user