GNOME Bugzilla – Bug 119804
Hide -lXcursor dependency
Last modified: 2011-02-04 16:16:03 UTC
Recently, I made some changes to make the xcursor dependency show up normally in the gdk-2.0.pc file, but that's wrong, since it will result in apps getting linked against Xcursor. We should hide the xcursor dependency unless --enable-explicit-deps is specified, just as we hide all the other dependencies.
Created attachment 24678 [details] [review] Proposed patch
Thu Feb 26 23:26:00 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkstatusbar.c (set_grip_cursor): New function. Use resize cursors for resize grips. (Bug #129621) * gtk/gtktoolbar.c (gtk_toolbar_get_relief_style): Documentation fix - patch by Torsten Schoenfeld. * gtk/gtkmenubar.c (gtk_menu_bar_size_request): don't request space between the items. (Bug #110775) * gtk/gtkrc.c (_gtk_rc_init): Provide extra horizontal padding inside menu items that are inside a menu bar. (Bug #110775) * configure.in (HAVE_XCURSOR): Make XCurosr part of GDK_EXTRA_, not GDK_PACKAGES, to prevent applications from getting linked to it (Bug #119804) * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Put the vertical ipadding inside the item. (Bug #61843)