2007-06-13 18:50:12 |
Matti Lindell |
description |
Version: 2.11.2-0ubuntu1
Gutsy Tribe 1
After installing libnotify-dev
$ pkg-config --exists --print-errors "libnotify" && echo $?
Package xcomposite was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcomposite.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcomposite', required by 'GDK', not found
(install libxcomposite-dev)
$ pkg-config --exists --print-errors "libnotify" && echo $?
Package xdamage was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdamage.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdamage', required by 'GDK', not found
(install libxdamage-dev)
$ pkg-config --exists --print-errors "libnotify" && echo $?
0 |
Version: 2.11.2-0ubuntu1
Gutsy Tribe 1
After installing libnotify-dev
$ pkg-config --exists --print-errors "libnotify" && echo $?
Package xcomposite was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcomposite.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcomposite', required by 'GDK', not found
(install libxcomposite-dev)
$ pkg-config --exists --print-errors "libnotify" && echo $?
Package xdamage was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdamage.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdamage', required by 'GDK', not found
(install libxdamage-dev)
$ pkg-config --exists --print-errors "libnotify" && echo $?
0 |
|