The debugging backend does not need Gtk+

This commit is contained in:
Pierre Pronchery 2015-07-07 21:05:27 +02:00
parent 73cb954dde
commit b17e33cdf4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
targets=ptrace
cflags_force=-W `pkg-config --cflags libDesktop` -fPIC
cflags_force=-W `pkg-config --cflags glib-2.0` -fPIC
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libDesktop`
ldflags_force=`pkg-config --libs glib-2.0`
ldflags=
dist=Makefile

View File

@ -33,7 +33,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <gtk/gtk.h>
#include <glib.h>
#include "../debugger.h"