]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/ui/setup.c
perf ui gtk: Move gtk .so name to the only place where it is used
[karo-tx-linux.git] / tools / perf / ui / setup.c
index 5ea0b40c4fc2175b27886916ff1fbe1717d0d7e6..caf1ce6f51527ba5e542caacfb26d06c37829674 100644 (file)
@@ -10,7 +10,10 @@ pthread_mutex_t ui__lock = PTHREAD_MUTEX_INITIALIZER;
 void *perf_gtk_handle;
 int use_browser = -1;
 
+#define PERF_GTK_DSO "libperf-gtk.so"
+
 #ifdef HAVE_GTK2_SUPPORT
+
 static int setup_gtk_browser(void)
 {
        int (*perf_ui_init)(void);