The debugging backend does not need Gtk+
This commit is contained in:
parent
73cb954dde
commit
b17e33cdf4
@ -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
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib.h>
|
||||
#include "../debugger.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user