Removed Clutter and GdkPixbuf as a dependency
They are not used at all
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
bin_PROGRAMS = gradix
|
||||
|
||||
gradix_SOURCES = gradix.c calculate.c
|
||||
gradix_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS) $(CLUTTERX11_LIBS) $(PIXBUF_LIBS)
|
||||
gradix_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) $(CLUTTERX11_CFLAGS) $(PIXBUF_CFLAGS) -Wall
|
||||
gradix_LDADD = $(LIBSWE_LIBS) $(GTK_LIBS)
|
||||
gradix_CFLAGS = $(CFLAGS) $(GTK_CFLAGS) -Wall
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <cairo.h>
|
||||
#include <clutter/clutter.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "calculate.h"
|
||||
|
||||
@@ -108,9 +108,6 @@ init_graphics(void)
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
#if !CLUTTER_CHECK_VERSION(1, 3, 6)
|
||||
#error "You need Clutter >= 1.3.6 to compile this software"
|
||||
#endif
|
||||
int year = 1981,
|
||||
month = 3,
|
||||
day = 11,
|
||||
|
Reference in New Issue
Block a user