Remove dbus build flags
We haven't been using libdbus for a while so there is no use to linking it with the build. Unfortunately there is still a dependency on it as we depend on the dbus package to tell us where to put our service files.
This commit is contained in:
		
							parent
							
								
									63163fb498
								
							
						
					
					
						commit
						baf0ec3e11
					
				| @ -21,8 +21,7 @@ CPPFLAGS_DEBUG := -DDEBUG_BUILD | |||||||
| CFLAGS_DEBUG   := -O0 | CFLAGS_DEBUG   := -O0 | ||||||
| LDFLAGS_DEBUG  := | LDFLAGS_DEBUG  := | ||||||
| 
 | 
 | ||||||
| pkg_config_packs := dbus-1 \
 | pkg_config_packs := gio-2.0 \
 | ||||||
|                     gio-2.0 \
 |  | ||||||
|                     gdk-pixbuf-2.0 \
 |                     gdk-pixbuf-2.0 \
 | ||||||
|                     "glib-2.0 >= 2.36" \
 |                     "glib-2.0 >= 2.36" \
 | ||||||
|                     pangocairo \
 |                     pangocairo \
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis