mirror of
				https://github.com/albfan/miraclecast.git
				synced 2025-03-09 23:38:56 +00:00 
			
		
		
		
	Merge pull request #102 from derekdai/master
fix some minor build issues
This commit is contained in:
		
						commit
						091d7092dc
					
				
					 3 changed files with 5 additions and 3 deletions
				
			
		|  | @ -19,6 +19,7 @@ OPTION(BUILD_TESTS "Enable TEST" ON ) | |||
| find_package(PkgConfig) | ||||
| pkg_check_modules (GLIB2 REQUIRED glib-2.0) | ||||
| pkg_check_modules (UDEV REQUIRED libudev) | ||||
| pkg_check_modules (SYSTEMD REQUIRED libsystemd) | ||||
| 
 | ||||
| CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h) | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,6 +7,7 @@ import argparse | |||
| gi.require_version('Gst', '1.0') | ||||
| gi.require_version('Gtk', '3.0') | ||||
| gi.require_version('GstVideo', '1.0') | ||||
| gi.require_version('GdkX11', '3.0') | ||||
| 
 | ||||
| from gi.repository import GObject, Gst, Gtk, Gdk, GLib | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,10 +1,10 @@ | |||
| 
 | ||||
| ########### next target ############### | ||||
| 
 | ||||
| if(CHECK_FOUND) | ||||
|     find_package(PkgConfig) | ||||
|     pkg_check_modules (CHECK check) | ||||
| find_package(PkgConfig) | ||||
| pkg_check_modules (CHECK check) | ||||
|      | ||||
| if(CHECK_FOUND) | ||||
|     set(test_rtsp_SOURCES test_common.h test_rtsp.c) | ||||
|     add_executable(test_rtsp ${test_rtsp_SOURCES}) | ||||
|     target_link_libraries(test_rtsp miracle-shared) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue