Hide Forgot
Description of problem: It looks like you've tried to rebuild with gtk3 by changing the build requirements. Unfortunately some other package pulled gtk2-devel into your buildroot and thus your package was linked with libgtk-x11-2.0.so.0 instead of libgtk-x11-3.0.so.0 In the meantime that other package got fixed for gtk3 and doesn't pull in gtk2 anymore and a rebuild of libmx will fail as it checks for gtk+-2.0: checking for MX... yes checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.20) were not met: No package 'gtk+-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config.
yes, know problem. I have another version to push soon that will fix that.
Just pushed 1.1.4 to rawhide