Fix WANTLIB, ensure harfbuzz/icu is there - lost two days building broken
webkit on ppc because of that.
This commit is contained in:
parent
4e6d887eda
commit
6e487896d9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2013/04/16 13:17:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2013/04/25 07:11:43 landry Exp $
|
||||
|
||||
# XXX fix building with glib2 >= 2.29 (G_CONST_RETURN is deprecated)
|
||||
CFLAGS += "-DG_CONST_RETURN=const"
|
||||
@ -7,7 +7,7 @@ COMMENT = library for writing single instance GTK+2 applications
|
||||
|
||||
GNOME_PROJECT = libunique
|
||||
GNOME_VERSION = 1.1.6
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
SHARED_LIBS += unique-1.0 2.0 # .100.6
|
||||
CATEGORIES = devel
|
||||
@ -19,12 +19,13 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo dbus-1
|
||||
WANTLIB += dbus-glib-1 drm expat fontconfig freetype gdk-x11-2.0
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1
|
||||
WANTLIB += dbus-glib-1 expat fontconfig freetype gdk-x11-2.0
|
||||
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs stdc++
|
||||
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz icudata
|
||||
WANTLIB += icule icuuc m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += xcb xcb-render xcb-shm z ffi
|
||||
|
||||
MODGNOME_TOOLS= gi
|
||||
|
Loading…
Reference in New Issue
Block a user