X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/80abc0674b4af632926b5ef9df6c7173dfcb5af9..73572c12ccd49c661d06287903bfa725f5fd93a5:/pango/pango.lisp?ds=sidebyside diff --git a/pango/pango.lisp b/pango/pango.lisp index b230e54..c0f30fb 100644 --- a/pango/pango.lisp +++ b/pango/pango.lisp @@ -1,5 +1,5 @@ ;; Common Lisp bindings for GTK+ v2.0 -;; Copyright (C) 2001 Espen S. Johnsen +;; Copyright (C) 2001 Espen S. Johnsen ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public @@ -15,13 +15,16 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: pango.lisp,v 1.1 2001-05-20 23:13:08 espen Exp $ +;; $Id: pango.lisp,v 1.7 2005-02-03 23:09:06 espen Exp $ (in-package "PANGO") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library - "/opt/gnome/lib/libpango.so" - :ignore ("_pango_fribidi_get_type"))) + (init-types-in-library #.(concatenate 'string + (pkg-config:pkg-variable "pango" "libdir") + "/libpango-1.0.so") :prefix "pango_") + (init-types-in-library #.(concatenate 'string + (pkg-config:pkg-variable "pango" "libdir") + "/libpangoxft-1.0.so") :prefix "pango_xft")) (define-types-by-introspection "Pango")