summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/Makefile.target3
-rw-r--r--framebuffer/misc.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target
index 52694d493..9632b56d4 100644
--- a/framebuffer/Makefile.target
+++ b/framebuffer/Makefile.target
@@ -46,8 +46,7 @@ CFLAGS += -std=c99 -g -Dsmall $(WARNFLAGS) \
-D_BSD_SOURCE \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
- $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl) \
- $(shell xml2-config --cflags)
+ $(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl)
LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
diff --git a/framebuffer/misc.c b/framebuffer/misc.c
index f5ad045a0..0a45b2842 100644
--- a/framebuffer/misc.c
+++ b/framebuffer/misc.c
@@ -24,7 +24,6 @@
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
-#include "utils/url.h"
void warn_user(const char *warning, const char *detail)
{