[Webkit-unassigned] [Bug 110850] [GTK] No need to manually set PKG_CONFIG_PATH to system prefix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 05:55:05 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110850





--- Comment #3 from Claudio Saavedra <csaavedra at igalia.com>  2013-02-26 05:57:29 PST ---
Yes, it seems they are also set during initialization:

        # XDG_DATA_DIRS
        if self.partial_build:
            addpath('XDG_DATA_DIRS', '/usr/share')
        xdgdatadir = os.path.join(self.prefix, 'share')
        addpath('XDG_DATA_DIRS', xdgdatadir)

        # XDG_CONFIG_DIRS
        if self.partial_build:
            addpath('XDG_CONFIG_DIRS', '/etc')
        xdgconfigdir = os.path.join(self.prefix, 'etc', 'xdg')
        addpath('XDG_CONFIG_DIRS', xdgconfigdir)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list