|
|
@@ -12,6 +12,7 @@ SYSPROF_LICENSE = GPL-3.0+
|
|
|
SYSPROF_LICENSE_FILES = COPYING
|
|
|
SYSPROF_DEPENDENCIES = libglib2 libdex libunwind json-glib polkit
|
|
|
SYSPROF_CONF_OPTS = \
|
|
|
+ -Ddebuginfod=disabled \
|
|
|
-Ddevelopment=false \
|
|
|
-Dexamples=false \
|
|
|
-Dgtk=false \
|
|
|
@@ -22,13 +23,6 @@ SYSPROF_CONF_OPTS = \
|
|
|
-Dtools=true \
|
|
|
-Dsystemdunitdir=/usr/lib/systemd/system
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_ELFUTILS),y)
|
|
|
-SYSPROF_DEPENDENCIES += elfutils
|
|
|
-SYSPROF_CONF_OPTS += -Ddebuginfod=enabled
|
|
|
-else
|
|
|
-SYSPROF_CONF_OPTS += -Ddebuginfod=disabled
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
|
|
SYSPROF_DEPENDENCIES += systemd
|
|
|
endif
|