diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-12-17 23:07:49 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2009-12-17 23:07:49 -0500 |
commit | 937b4747bc3cf0e3a2f8766fa1d413dea45b117f (patch) | |
tree | 3bfe3270c08f61b968aaddbc41be18975f493db9 /Makefile | |
parent | 1d43a5a4f62765bac24a35315ace0d8fbac4451b (diff) |
trace-gui: Remove gnome references
The original idea was to use a gnome canvas, but it became
more apparent to directly draw into a drawable area.
This patch removes all references to gnome, since we do not
want to limit this utility to gnome only.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ INCLUDES = -I. -I/usr/local/include | |||
5 | 5 | ||
6 | LIBS = -L. -ltracecmd -ldl | 6 | LIBS = -L. -ltracecmd -ldl |
7 | 7 | ||
8 | PACKAGES= gtk+-2.0 libgnome-2.0 libgnomecanvas-2.0 libgnomeui-2.0 libxml-2.0 | 8 | PACKAGES= gtk+-2.0 |
9 | 9 | ||
10 | CONFIG_FLAGS = $(shell pkg-config --cflags $(PACKAGES)) \ | 10 | CONFIG_FLAGS = $(shell pkg-config --cflags $(PACKAGES)) \ |
11 | -DGTK_VERSION=$(shell pkg-config --modversion gtk+-2.0 | \ | 11 | -DGTK_VERSION=$(shell pkg-config --modversion gtk+-2.0 | \ |