Hi, currently it's not possible to reconfigure the libgtk2 packge. There is 2 problems : 1) gtk-doc m4 macros are missing 2) the tests directory which is disabled by the libgtk2-2.12.6-no-tests.patch patch is not disabled anymore after reconfiguration. Please find a patch that fixes both issues as attachment. Regards, Lionel
Created attachment 467 [details] libgtk2 autoreconf fixes
To solve the gtk-doc.m4 problem, what do you think of http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11 ?
(In reply to comment #2) > To solve the gtk-doc.m4 problem, what do you think of > http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11 > ? > Good job ! It's going to fix most of the problems I had building my rootfs. Please find another patch to fix the other issue when autoreconfiguring gtk+ (test directory must be disabled).
Created attachment 583 [details] Disable test directory in Makefile.am
(In reply to comment #2) > To solve the gtk-doc.m4 problem, what do you think of > http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11 > ? > Hi Thomas, Do you plan on pushing this change?
Both patches have been merged: 5b5cf3bf3630352e8c24f9185d7795ec0f503cb4 for the test directory removal 61f677cb060732316b41f072210986e97ae9379f for the gtk-doc.m4 thing