Notes |
(0008974)
UlfSamuelsson
07-05-08 01:16
|
Same problem for glib-mkenums when building libgtk2-2.12.6/gdk-pixbuf
sudo ln -s /opt/gnome/bin/glib-mkenums /usr/bin/glib-mkenums |
| |
(0008984)
UlfSamuelsson
07-05-08 02:21
|
Checking a little bit more, reveals that the glib-genmarshal path
is hardwired to /usr/bin in the libgtk2.mk configure as well as in other
packages.
glib is installed in /opt/gnome in OpenSuSE so this
better be a configuration item $(HOST_GLIB) with
applications in $(HOST_GLIB)/bin |
| |
(0009034)
UlfSamuelsson
07-05-08 15:07
|
Apparently, the "/usr/bin" location for GLIB binaries
is set explicitly in the configure statement of
several pacakages.
A new variable (BR2_)HOST_GLIB has been introduced which
can be set to something else than "/usr" as the location
for Gnome stuff.
It can also be set globally in your shell as
export BUILDROOT_HOST_GLIB=/opt/gnome |
| |