Skip to content
  • Jeremy Puhlman's avatar
    Remove libdir from pc files. · 91c1c8e1
    Jeremy Puhlman authored and Adam Jackson's avatar Adam Jackson committed
    
    
    Currently the pc files define libdir, however they are installed into
    /usr/share, which means they should be architecture agnostic. In a
    multilib system, xorg-proto built for each multilib abi, the value of
    libdir is going to be different. These should either be installed in
    <libdir>/pkgconfig or they shouldn't define libdir, espeically since
    they don't actually use the definition. This specifically causes an
    issue when trying to install both abis at the same time, since they are
    not binary identical, something like rpm will complain that they
    conflict.
    
    Signed-off-by: default avatarJeremy Puhlman <jpuhlman@mvista.com>
    Reviewed-by: default avatarKeith Packard <keithp@keithp.com>
    91c1c8e1