Home
last modified time | relevance | path

Searched refs:GTK_LIBS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/
DMakefile.perf286 $(QUIET_LINK)$(CC) -o $@ -shared $(LDFLAGS) $(filter %.o,$^) $(GTK_LIBS)
/linux-4.1.27/tools/perf/config/
DMakefile397 GTK_LIBS := $(shell $(PKG_CONFIG) --libs gtk+-2.0 2>/dev/null) macro