Home
last modified time | relevance | path

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

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