[build] Put the X11 pc dependencies in another variable
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 26 Feb 2009 11:55:53 +0000 (11:55 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 26 Feb 2009 11:58:21 +0000 (11:58 +0000)
commit259443b1453e5094cf7016141df39ceba65cd5cb
treeb43975bbe181dd5b6c3fc3e52c8aa4476874f1c9
parent402e2e0d82024f79c0b9b5f76056b331abec0caa
[build] Put the X11 pc dependencies in another variable

If X11 comes with pkg-config files (like it should) we should not add
those dependencies to the generic BACKEND_PC_FILES variable: that
variable is meant only for backend-specific dependencies handled by
pkg-config -- and Clutter supports non-X11 backends as well.

The X11_PC_FILES variable will only contain X11-related dependencies,
and will be set as part of BACKEND_PC_FILES only inside the GLX and
EGLX backends sections.
configure.ac