X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Makefile;h=5203b1aec6b7e11af7ddd58a3b1f6290c28e0c28;hb=814b5048b5fbd960fe9e1bdcf3cc4ca980cfd74e;hp=02a8030579a95f16fc063525b4ffb587a983bf28;hpb=f5d9069647f70b7aab8e656f59cf42176c419461;p=videolink.git diff --git a/Makefile b/Makefile index 02a8030..5203b1a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CFLAGS := -ansi -Wall -Wunused -Wno-unused-parameter CPPFLAGS := -D_REENTRANT CXXFLAGS := -ansi -Wall -Wunused LDFLAGS := -lpthread \ - $(shell pkg-config --libs gtkmm-2.0 $(mozilla)-gtkmozembed) \ + $(shell pkg-config --libs gtkmm-2.4 $(mozilla)-gtkmozembed) \ -Wl,-rpath -Wl,$(moz_lib_dir) -lexpat ifdef NDEBUG @@ -74,7 +74,7 @@ install : .objs/browser_widget.% .objs/generate_dvd.% .objs/pixbufs.% \ .objs/temp_file.% .objs/vob_list.% .objs/videolink.% .objs/warp_pointer.% \ - : CPPFLAGS += $(shell pkg-config --cflags gtkmm-2.0) + : CPPFLAGS += $(shell pkg-config --cflags gtkmm-2.4) .objs/browser_widget.% .objs/child_iterator.% .objs/link_iterator.% \ .objs/null_prompt_service.% .objs/style_sheets.% .objs/videolink.% \ @@ -91,8 +91,8 @@ install : .objs/link_iterator.% .objs/null_prompt_service.% .objs/style_sheets.% \ .objs/videolink.% \ : CPPFLAGS += $(addprefix -I$(moz_include_dir)/, \ - content docshell dom gfx layout locale necko uconv \ - webshell widget) \ + content docshell dom gfx imglib2 layout locale \ + necko uconv webshell widget) \ -DMOZILLA_INTERNAL_API \ -DMOZ_VERSION_MAJOR=$(moz_version_major) \ -DMOZ_VERSION_MINOR=$(moz_version_minor) \