mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
perf: polkit is optional for the library
So changing this was a little backwards. The goal here is to allow using libsysprof-2 without polkit, it just won't have the ability to elevate privileges.
This commit is contained in:
@ -99,7 +99,6 @@ libsysprof_@API_VERSION@_la_SOURCES = \
|
||||
libsysprof_@API_VERSION@_la_CFLAGS = \
|
||||
-I$(srcdir)/util \
|
||||
$(GIO_CFLAGS) \
|
||||
$(POLKIT_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
@ -107,7 +106,6 @@ libsysprof_@API_VERSION@_la_LIBADD = \
|
||||
libutil.la \
|
||||
-lstdc++ \
|
||||
$(GIO_LIBS) \
|
||||
$(POLKIT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
if ENABLE_SYSPROFD
|
||||
|
||||
Reference in New Issue
Block a user