components/gnome/gnome-terminal/uuid.pc
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 24 Oct 2016 23:32:49 -0700
changeset 7209 d19b72e9391b
child 7824 038ded000355
permissions -rw-r--r--
23245313 Move gnome-terminal to Userland and update to 3.18.2 PSARC/2016/375 GNOME apps and icons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7209
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
# Solaris libuuid doesn't deliver a pkg-config file yet; see bug 15586738.
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# So we fake one.
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
prefix=/usr
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
exec_prefix=${prefix}
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
libdir=${prefix}/lib
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
includedir=${prefix}/include
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
Name: uuid
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
Description: UUID library
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
Version: 0
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
Requires: 
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
Libs: -R${libdir} -L${libdir} -luuid
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
Cflags: -I${includedir}/uuid
d19b72e9391b 23245313 Move gnome-terminal to Userland and update to 3.18.2
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15