diff --git a/x11-libs/gtk3/gtk3-3.24.30.recipe b/x11-libs/gtk3/gtk3-3.24.30.recipe index 66ce1bcdc..a121d4e58 100644 --- a/x11-libs/gtk3/gtk3-3.24.30.recipe +++ b/x11-libs/gtk3/gtk3-3.24.30.recipe @@ -62,8 +62,12 @@ REQUIRES_devel=" pango${secondaryArchSuffix}_devel atk${secondaryArchSuffix}_devel gdk_pixbuf${secondaryArchSuffix}_devel - devel:libcairo$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix + devel:libGL$secondaryArchSuffix + devel:libepoxy$secondaryArchSuffix + devel:libcairo$secondaryArchSuffix + devel:libcairo_xlib$secondaryArchSuffix + devel:libX11$secondaryArchSuffix " BUILD_REQUIRES=" @@ -102,7 +106,7 @@ BUILD() sed -i '/gdk_x11_device_xi2_get_type/s@^@//@' gtk/gtktypefuncs.inc sed -i '/gdk_x11_gl_context_get_type/s@^@//@' gtk/gtktypefuncs.inc - make $jobArgs + make $jobArgs -o gtk/gtktypefuncs.inc } INSTALL()