src/template-client.pc
src/tizen-remote-surface-server.pc
src/tizen-remote-surface-client.pc
+ src/wtz-screen-server.pc
+ src/wtz-screen-client.pc
src/wayland-protocols.pc
])
AC_OUTPUT
<arg name="id" type="new_id" interface="wtz_splitscreen" summary="the new wtz_splitscreen object"/>
</request>
+ <request name="assign_surface">
+ <description summary="request to assign wtz_surface">
+ Request to assign wtz_surface to the current screen.
+ </description>
+ <arg name="surface" type="object" interface="wtz_surface"/>
+ </request>
+
</interface>
<interface name="wtz_splitscreen" version="1">
summary="the tizen screen object"/>
</event>
- <request name="assign_screen">
- <description summary="assign a wtz_surface to the screen">
- This assign the surface on a given screen.
- </description>
- <arg name="screen" type="object" interface="wtz_screen"
- summary="the tizen screen object" allow-null="true"/>
- </request>
-
</interface>
</protocol>
--- /dev/null
+prefix=@prefix@
+exec_prefix=${prefix}
+datarootdir=@datarootdir@
+pkgdatadir=@datadir@/@PACKAGE@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: wtz-screen-client
+Description: wtz-screen protocol for TIZEN
+Version: @WAYLAND_EXTENSION_VERSION@
+Requires: wayland-client wtz-shell-client
+Cflags: -I${includedir}/wayland-extension
+Libs: -L${libdir} -lwtz-shell-client -lwtz-screen-client
--- /dev/null
+prefix=@prefix@
+exec_prefix=${prefix}
+datarootdir=@datarootdir@
+pkgdatadir=@datadir@/@PACKAGE@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: wtz-screen-server
+Description: wtz-screen protocol for TIZEN
+Version: @WAYLAND_EXTENSION_VERSION@
+Requires: wayland-server wtz-shell-server
+Cflags: -I${includedir}/wayland-extension
+Libs: -L${libdir} -lwtz-shell-server -lwtz-screen-server