Hi everyone, What would you think of adding the following three lines to abi_defs.mk, around line 49? # autodetection! ifeq ($(notdir $(shell which gnome-config)), gnome-config) ABI_OPT_GNOME=1 endif ifdef $(ABI_OPT_GNOME) ifeq ($(shell gnome-config | tail | grep -c print), 1) ABI_OPT_GNOME_PRINT=1 endif ifeq ($(shell gnome-config | tail | grep -c bonobo), 1) ABI_OPT_BONOBO=1 endif endif Thoughts? Joaquin, I can resubmit this in the form of a diff if you like. :) --John
- Re: autodetection of Gnome devel libraries John Tunison
- Re: autodetection of Gnome devel libraries Martin Sevior
