configure.ac: Ensure libomxil-bellagio exists before invoking pkg-config.
authorMatt Turner <mattst88@gmail.com>
Mon, 6 Mar 2017 18:49:05 +0000 (10:49 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 7 Mar 2017 15:27:45 +0000 (07:27 -0800)
commit69063d05612439ff8e60deda5b9847464d5b5873
tree49d8b1e1c71f4075d919d58024b1da064c2cb724
parent86c023f973526adc27c62d261a23e5b53a1f359f
configure.ac: Ensure libomxil-bellagio exists before invoking pkg-config.

I was already tired of seeing the message

    Package libomxil-bellagio was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libomxil-bellagio.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libomxil-bellagio' found

on every configure, but I just got a distro bug reported where the user
was confused by this message and thought it indicated a bug.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac