| File: lib/gtk+/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 15 | Line 15 |
| written in C with a very object-oriented approach. endef | written in C with a very object-oriented approach. endef |
| LIBDEPS = devel/glibc devel/glib X11/XFree86 | SOURCE_LANGUAGES = c LIBDEPS = devel/glib X11/XFree86 |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure | CONFIGURE_SCRIPTS = $(WORKSRC)/configure |
| CONFIGURE_ARGS = $(DIRPATHS) --disable-xim --with-xinput=no --with-glib-prefix=$(DESTDIR)$(prefix) --x-includes=$(DESTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) | # There is also a --disable-xim option, but phoenix has no matching option, and # requires a patch to build against a GTK+ without XIM. CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) --with-xinput=no --with-glib-prefix=$(DESTDIR)$(prefix) --x-includes=$(DESTDIR)$(includedir) --x-libraries=$(DESTDIR)$(libdir) --disable-glibtest |
| BUILD_SCRIPTS = $(WORKSRC)/Makefile | BUILD_SCRIPTS = $(WORKSRC)/Makefile |