Description of problem: xorg-x11-drv-armsoc fails to build from source in F19. Version-Release number of selected component (if applicable): xorg-x11-drv-armsoc-0.5.1-8.fc19 How reproducible: always Steps to Reproduce: 1. rpm -ivh xorg-x11-drv-armsoc-0.5.1-8.fc19.src.rpm 2. rpmbuild -bb SPECS/xorg-x11-drv-armsoc.spec 3. Actual results: fails to build: drmmode_display.c:56:22: fatal error: mibstore.h: No such file or directory #include "mibstore.h" Expected results: successfully builds. Additional info: It appears to be missing a header file from the source. I'm not sure if anything else is missing.
related info: It appears that this file was intentionally removed, but the driver needs to be updated to not call miInitializeBackingStore: http://patchwork.freedesktop.org/patch/11940/
Created attachment 731692 [details] patch to remove MIB backing store leftovers.
Created attachment 731693 [details] Spec file changes to apply the patch
Adding a naive (trivial) patch to remove references to mibstore.h and miInitializeBackingStore allows this package to build. I have not tested that it works. The spec file and source patch are attached.