Hello!
Because this is my very first post I’m not sure how much background info I need, but basically I was trying to build wine-tkg / proton-tkg with gstreamer enabled.
After successfully building wine64, the wine32 compilation failed because it couldn’t find gst/gl/gstglconfig.h
After some digging, I found a 64-bit version at /usr/lib64/gstreamer-1.0/include/… that rpm -qf said belongs to gstreamer-plugins-base-devel. The corresponding 32bit version of this header is missing in the aforementioned -devel-32bit package.
I don’t think I made any silly oversights on my end, so hopefully this is actually a real issue and not just me missing something.
And again, this is my first post, and I’m typing this out on my phone, so if I missed a detail or made a mistake, please just let me know and I’ll try to improve next time. And if this is the completely wrong place for this, again, just let me know and I’ll remember for next time.